Now the same container classes, the same iterators and the same algorithms are also available to Java programmers.
More sales talk will appear here...
SJL is created by Finn Bock. Problem reports, comments and suggestions can be mail to my address.
SJL have been used by Performance Designs in implementing a CASE application for high-performance parallel computer systems. This application is being developed by yon@world.std.com and consists currently of approx 12,000 lines of code.
sjl
is created and source files, documents etc. will go under
this directory.
The CLASSPATH
environment variable must be set up to include
the just created subdirectory.
vector<int>
, only int
can be added.
In adopting the design from the java.util.* containers, all objects
deriving from Object
can be added to a SJL container without
any constraints.
Also, when retriving the objects from the container, a cast is necessary.
vector
as they do for
arrays.Enumeration
(becomes a forward iterator).